Introduce GtkModelButton
authorMatthias Clasen <mclasen@redhat.com>
Fri, 7 Feb 2014 19:51:34 +0000 (14:51 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 7 Feb 2014 20:11:50 +0000 (15:11 -0500)
commitbf9ce3ad2534d167e38689c8f4e67d0e5079c087
tree63284c2f262470436ac006786bf06afd9a33afd8
parent13998c55e757c28c7a80b5ad47f82ef62ee57bf6
Introduce GtkModelButton

Similar in spirit to GtkModelMenuItem, this private GtkButton subclass
can connect to a GtkMenuTrackerItem and present itself as either a
regular button, a check button, or a radio button. Activation and
state tracking is done through the GAction that is associated with
the menu tracker item.

https://bugzilla.gnome.org/show_bug.cgi?id=723014
gtk/Makefile.am
gtk/gtkmodelbutton.c [new file with mode: 0644]
gtk/gtkmodelbutton.h [new file with mode: 0644]